home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / m_to_r / mailx4 / xain2.df_ / xain2.df / xain2.txt
Encoding:
Text File  |  1996-09-15  |  9.0 KB  |  427 lines

  1. object DemoForm: TDemoForm
  2.   Left = 187
  3.   Top = 100
  4.   Width = 483
  5.   Height = 396
  6.   Caption = 'Mail eXtension DEMO for DELPHI'
  7.   Font.Color = clBlack
  8.   Font.Height = -13
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnCreate = FormCreate
  13.   TextHeight = 16
  14.   object Tab: TTabbedNotebook
  15.     Left = 16
  16.     Top = 64
  17.     Width = 449
  18.     Height = 257
  19.     TabsPerRow = 4
  20.     TabFont.Color = clBlack
  21.     TabFont.Height = -11
  22.     TabFont.Name = 'Arial'
  23.     TabFont.Style = []
  24.     TabOrder = 0
  25.     object TTabPage
  26.       Left = 5
  27.       Top = 27
  28.       Caption = 'Inbox'
  29.       object Label1: TLabel
  30.         Left = 16
  31.         Top = 192
  32.         Width = 131
  33.         Height = 16
  34.         Caption = 'Total Inbox messages:'
  35.       end
  36.       object szCount: TLabel
  37.         Left = 160
  38.         Top = 192
  39.         Width = 137
  40.         Height = 16
  41.         AutoSize = False
  42.       end
  43.       object Outline1: TOutline
  44.         Left = 8
  45.         Top = 16
  46.         Width = 417
  47.         Height = 169
  48.         ItemHeight = 16
  49.         TabOrder = 0
  50.         OnDblClick = Outline1DblClick
  51.         ItemSeparator = '\'
  52.       end
  53.     end
  54.     object TTabPage
  55.       Left = 5
  56.       Top = 27
  57.       Caption = 'Recipients'
  58.       object Label6: TLabel
  59.         Left = 16
  60.         Top = 16
  61.         Width = 90
  62.         Height = 16
  63.         Caption = 'Resolve Names'
  64.       end
  65.       object Label7: TLabel
  66.         Left = 16
  67.         Top = 56
  68.         Width = 83
  69.         Height = 16
  70.         Caption = 'Recipient List:'
  71.       end
  72.       object ReciGrid: TStringGrid
  73.         Left = 16
  74.         Top = 80
  75.         Width = 313
  76.         Height = 137
  77.         Hint = 'Message Recipient List'
  78.         ColCount = 2
  79.         DefaultColWidth = 150
  80.         DefaultRowHeight = 20
  81.         FixedRows = 0
  82.         Options = [goFixedVertLine, goFixedHorzLine, goHorzLine, goRangeSelect, goColSizing, goTabs, goThumbTracking]
  83.         ParentShowHint = False
  84.         RowCount = 1
  85.         ShowHint = True
  86.         TabOrder = 0
  87.         OnDblClick = ReciGridDblClick
  88.         RowHeights = (
  89.           24)
  90.       end
  91.       object szResolve: TEdit
  92.         Left = 120
  93.         Top = 16
  94.         Width = 209
  95.         Height = 24
  96.         Hint = 'Enter recipient names to resolve'
  97.         ParentShowHint = False
  98.         ShowHint = True
  99.         TabOrder = 1
  100.       end
  101.       object BtnResolve: TButton
  102.         Left = 344
  103.         Top = 8
  104.         Width = 89
  105.         Height = 57
  106.         Hint = 'Resolve Recipient Names'
  107.         Caption = 'Resolve'
  108.         ParentShowHint = False
  109.         ShowHint = True
  110.         TabOrder = 2
  111.         OnClick = BtnResolveClick
  112.       end
  113.       object BtnAdd: TButton
  114.         Left = 344
  115.         Top = 80
  116.         Width = 89
  117.         Height = 57
  118.         Hint = 'Add Resolved recipient address'
  119.         Caption = 'Add Names'
  120.         ParentShowHint = False
  121.         ShowHint = True
  122.         TabOrder = 3
  123.         OnClick = BtnAddClick
  124.       end
  125.       object btnAddress: TButton
  126.         Left = 344
  127.         Top = 152
  128.         Width = 89
  129.         Height = 57
  130.         Hint = 'Display Address Dialog'
  131.         Caption = 'Address Dlg'
  132.         ParentShowHint = False
  133.         ShowHint = True
  134.         TabOrder = 4
  135.         OnClick = btnAddressClick
  136.       end
  137.     end
  138.     object TTabPage
  139.       Left = 5
  140.       Top = 27
  141.       Caption = 'Attachments'
  142.       object FileGrid: TStringGrid
  143.         Left = 16
  144.         Top = 8
  145.         Width = 409
  146.         Height = 201
  147.         Hint = 'Message Attachment List'
  148.         ColCount = 2
  149.         DefaultColWidth = 200
  150.         FixedCols = 0
  151.         FixedRows = 0
  152.         Options = [goFixedVertLine, goHorzLine, goRangeSelect]
  153.         ParentShowHint = False
  154.         RowCount = 1
  155.         ShowHint = True
  156.         TabOrder = 0
  157.       end
  158.     end
  159.     object TTabPage
  160.       Left = 5
  161.       Top = 27
  162.       Caption = 'Message'
  163.       object Label2: TLabel
  164.         Left = 16
  165.         Top = 8
  166.         Width = 44
  167.         Height = 16
  168.         Caption = 'Subject'
  169.       end
  170.       object Label3: TLabel
  171.         Left = 16
  172.         Top = 40
  173.         Width = 34
  174.         Height = 16
  175.         Caption = 'From:'
  176.       end
  177.       object Label4: TLabel
  178.         Left = 16
  179.         Top = 72
  180.         Width = 88
  181.         Height = 16
  182.         Caption = 'Time Received:'
  183.       end
  184.       object Label5: TLabel
  185.         Left = 16
  186.         Top = 104
  187.         Width = 59
  188.         Height = 16
  189.         Caption = 'Note Part:'
  190.       end
  191.       object szNotePart: TMemo
  192.         Left = 16
  193.         Top = 128
  194.         Width = 313
  195.         Height = 89
  196.         Hint = 'Message Note Part'
  197.         ParentShowHint = False
  198.         ShowHint = True
  199.         TabOrder = 0
  200.       end
  201.       object szSubject: TEdit
  202.         Left = 88
  203.         Top = 8
  204.         Width = 241
  205.         Height = 24
  206.         Hint = 'Message Subject'
  207.         ParentShowHint = False
  208.         ShowHint = True
  209.         TabOrder = 1
  210.       end
  211.       object szFrom: TEdit
  212.         Left = 88
  213.         Top = 40
  214.         Width = 241
  215.         Height = 24
  216.         Hint = 'Message Sender'
  217.         ParentShowHint = False
  218.         ShowHint = True
  219.         TabOrder = 2
  220.       end
  221.       object szTime: TEdit
  222.         Left = 104
  223.         Top = 72
  224.         Width = 225
  225.         Height = 24
  226.         Hint = 'Time Received'
  227.         ParentShowHint = False
  228.         ShowHint = True
  229.         TabOrder = 3
  230.       end
  231.       object btnReply: TButton
  232.         Left = 336
  233.         Top = 8
  234.         Width = 97
  235.         Height = 57
  236.         Hint = 'Reply Current Message'
  237.         Caption = 'Reply'
  238.         ParentShowHint = False
  239.         ShowHint = True
  240.         TabOrder = 4
  241.         OnClick = btnReplyClick
  242.       end
  243.       object btnForward: TButton
  244.         Left = 336
  245.         Top = 80
  246.         Width = 97
  247.         Height = 57
  248.         Hint = 'Forward Current Message'
  249.         Caption = 'Forward'
  250.         ParentShowHint = False
  251.         ShowHint = True
  252.         TabOrder = 5
  253.         OnClick = btnForwardClick
  254.       end
  255.       object btnSend: TButton
  256.         Left = 336
  257.         Top = 152
  258.         Width = 97
  259.         Height = 57
  260.         Hint = 'Send a new Message'
  261.         Caption = 'New Msg'
  262.         ParentShowHint = False
  263.         ShowHint = True
  264.         TabOrder = 6
  265.         OnClick = btnSendClick
  266.       end
  267.     end
  268.   end
  269.   object Panel1: TPanel
  270.     Left = 0
  271.     Top = 0
  272.     Width = 477
  273.     Height = 49
  274.     Align = alTop
  275.     TabOrder = 1
  276.     object btnScan: TButton
  277.       Left = 104
  278.       Top = 8
  279.       Width = 89
  280.       Height = 33
  281.       Hint = 'Scan your Inbox'
  282.       Caption = 'Scan Inbox'
  283.       ParentShowHint = False
  284.       ShowHint = True
  285.       TabOrder = 0
  286.       OnClick = btnScanClick
  287.     end
  288.     object btnRecipient: TButton
  289.       Left = 200
  290.       Top = 8
  291.       Width = 81
  292.       Height = 33
  293.       Hint = 'Show Recipients'
  294.       Caption = 'Recipients'
  295.       ParentShowHint = False
  296.       ShowHint = True
  297.       TabOrder = 1
  298.       OnClick = btnRecipientClick
  299.     end
  300.     object btnFiles: TButton
  301.       Left = 288
  302.       Top = 8
  303.       Width = 81
  304.       Height = 33
  305.       Hint = 'Show File attachments'
  306.       Caption = 'Attachment'
  307.       ParentShowHint = False
  308.       ShowHint = True
  309.       TabOrder = 2
  310.       OnClick = btnFilesClick
  311.     end
  312.     object btnMessage: TButton
  313.       Left = 376
  314.       Top = 8
  315.       Width = 81
  316.       Height = 33
  317.       Hint = 'Message'
  318.       Caption = 'Message'
  319.       ParentShowHint = False
  320.       ShowHint = True
  321.       TabOrder = 3
  322.       OnClick = btnMessageClick
  323.     end
  324.     object btnSignOn: TButton
  325.       Left = 8
  326.       Top = 8
  327.       Width = 81
  328.       Height = 33
  329.       Hint = 'Sign On your Mail System'
  330.       Caption = 'Sign On'
  331.       ParentShowHint = False
  332.       ShowHint = True
  333.       TabOrder = 4
  334.       OnClick = btnSignOnClick
  335.     end
  336.   end
  337.   object Panel2: TPanel
  338.     Left = 0
  339.     Top = 341
  340.     Width = 477
  341.     Height = 30
  342.     Align = alBottom
  343.     TabOrder = 2
  344.     object szStatus: TLabel
  345.       Left = 8
  346.       Top = 8
  347.       Width = 425
  348.       Height = 16
  349.       AutoSize = False
  350.     end
  351.   end
  352.   object MForm1: TMForm
  353.     Left = 8
  354.     Top = 48
  355.     Width = 161
  356.     Height = 20
  357.     MXFormName = 'FormTag1'
  358.   end
  359.   object MSess1: TMSess
  360.     Left = 0
  361.     Top = 312
  362.     Width = 28
  363.     Height = 28
  364.     MailType = 0
  365.     NewSession = True
  366.     DownLoadMsg = True
  367.     LogonUI = True
  368.     DisplayErrors = True
  369.   end
  370.   object MMsg1: TMMsg
  371.     Left = 0
  372.     Top = 216
  373.     Width = 28
  374.     Height = 28
  375.     SortMsg = True
  376.     UnreadOnly = False
  377.     TimeFormat = '%m/%d/%y'
  378.     EnvelopeOnly = False
  379.     MarkAsRead = False
  380.     SuppressAttach = True
  381.     BodyAsFile = False
  382.     WorkingMsg = 0
  383.     DisplaySendDialog = True
  384.     DisplayErrors = False
  385.     BindString = 'MSess1'
  386.   end
  387.   object MMsg2: TMMsg
  388.     Left = 184
  389.     Top = 312
  390.     Width = 28
  391.     Height = 28
  392.     SortMsg = True
  393.     UnreadOnly = False
  394.     TimeFormat = '%I:%M:%S %p. %b %d, %Y '
  395.     EnvelopeOnly = False
  396.     MarkAsRead = True
  397.     SuppressAttach = False
  398.     BodyAsFile = False
  399.     WorkingMsg = 0
  400.     DisplaySendDialog = True
  401.     DisplayErrors = True
  402.     BindString = 'MSess1'
  403.   end
  404.   object MReci1: TMReci
  405.     Left = 248
  406.     Top = 312
  407.     Width = 28
  408.     Height = 28
  409.     FetchType = 0
  410.     DetailModifiable = True
  411.     AddressEditNum = 3
  412.     ResolveDialog = True
  413.     AddRecipientClass = 1
  414.     DisplayErrors = True
  415.     BindString = 'MMsg2'
  416.   end
  417.   object MFile1: TMFile
  418.     Left = 320
  419.     Top = 312
  420.     Width = 28
  421.     Height = 28
  422.     DisplayDialog = True
  423.     DisplayErrors = False
  424.     BindString = 'MMsg2'
  425.   end
  426. end
  427.